projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474a617
)
libs/sys/iptparser: remove typo, bump copyright year
author
Jo-Philipp Wich
<
[email protected]
>
Sun, 8 Feb 2009 00:50:25 +0000
(
00:50
+0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Sun, 8 Feb 2009 00:50:25 +0000
(
00:50
+0000)
libs/sys/luasrc/sys/iptparser.lua
patch
|
blob
|
history
diff --git
a/libs/sys/luasrc/sys/iptparser.lua
b/libs/sys/luasrc/sys/iptparser.lua
index a1d0515af5595ead1468d3dd28a689e702ed5339..c11fb5d5646764fd7466c60be086effdc6c49057 100644
(file)
--- a/
libs/sys/luasrc/sys/iptparser.lua
+++ b/
libs/sys/luasrc/sys/iptparser.lua
@@
-1,8
+1,8
@@
--[[
Iptables parser and query library
-(c) 2008 Jo-Philipp Wich <
[email protected]
>
-(c) 2008 Steven Barth <
[email protected]
>
+(c) 2008
-2009
Jo-Philipp Wich <
[email protected]
>
+(c) 2008
-2009
Steven Barth <
[email protected]
>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@
-216,7
+216,7
@@
function IptParser._parse_rules( self )
else
if rule:find("%d") == 1 then
- local rule_part
may
s = luci.util.split( rule, "%s+", nil, true )
+ local rule_parts = luci.util.split( rule, "%s+", nil, true )
local rule_details = { }
rule_details["table"] = tbl